[SVM] Fix an interrupt race window in the do_launch/vmrun/vmexit loop for AMD-V.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 7 Nov 2006 17:48:18 +0000 (17:48 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 7 Nov 2006 17:48:18 +0000 (17:48 +0000)
commit7d6376a63ad1721915d1f51ab6ecaf7449f3e134
tree9124bd871fb9a13ed621c86c6df7154ea0fd21b3
parent18f003979cd14d98000bcd4731e9051f030a11bd
[SVM] Fix an interrupt race window in the do_launch/vmrun/vmexit loop for AMD-V.

There is also some comment cleanup in this patch.

This problem found by Virtual Iron (Dave Winchell), and patch also
provided by VI.

Signed-off-by: Tom Woller <thomas.woller@amd.com>
Signed-off-by: Dave Winchell <dwinchell@virtualiron.com>
xen/arch/x86/hvm/svm/x86_32/exits.S
xen/arch/x86/hvm/svm/x86_64/exits.S